<xs:complexType name="BereichType">
<xs:choice>
<xs:element name="Zurueckhalten">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Zurückhalten/Androhung des Zurückhaltens
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Festhalten">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Körperlicher Zugriff/Festhalten
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VersperrterBereich">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - versperrter Bereich
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Barriere">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Tür/Raumgestaltung, Barriere
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Sensor">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Desorientiertenfürsorgesystem/Sensor
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VersperrtesZimmer">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Versperrtes Zimmer
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HindernAmFortbewegen">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Hindern am Fortbewegen mit Rollstuhl (Bremsen, ...)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Andere">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Bereich - Andere Maßnahme
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="stringWithAtLeastOneWordCharacter">
<xs:minLength value="1" />
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
</xs:complexType>
|